GrapeCity.CalcEngine.Functions Namespace > CalcExponDistFunction Class > Evaluate Method : Evaluate(Object[]) Method |
The args contains 3 items: x, lambda, cumulative.
X is the value of the function.
Lambda is the parameter value.
Cumulative is a logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
'Usage Dim instance As CalcExponDistFunction Dim args() As Object Dim value As Object value = instance.Evaluate(args)
The args contains 3 items: x, lambda, cumulative.
X is the value of the function.
Lambda is the parameter value.
Cumulative is a logical value that indicates which form of the exponential function to provide. If cumulative is TRUE, EXPONDIST returns the cumulative distribution function; if FALSE, it returns the probability density function.
Target Platforms: Windows Server 2012, Windows RT